home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / airfox.swf / scripts / frame_8 / PlaceObject2_344_162 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2006-06-13  |  94 b   |  7 lines

  1. onClipEvent(enterFrame){
  2.    if(_Y < 350)
  3.    {
  4.       _Y = _Y + _root.scrollspeed;
  5.    }
  6. }
  7.